-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Remove --proxy-to-worker/-sPROXY_TO_WORKER #25645
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bc1dbc0 to
8f5870e
Compare
4c306df to
af63385
Compare
407336c to
dc1f196
Compare
dc1f196 to
729685a
Compare
|
No worries, didn't mean to try to shame you! This is the first time I've following the my own new guidelines for feature deprecation/removal. I think it went pretty smoothly. I guess we will see if we get any reports form folks actually still using this. |
729685a to
16542d7
Compare
16542d7 to
a301168
Compare
| - The `-sPROXY_TO_WORKER` setting (along with the corresponding | ||
| `--proxy-to-worker` flag) was removed due to lack of usage. If you were | ||
| depending on this feature but missed the PSA, please let us know about your | ||
| use case. (#25645, #25440) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| use case. (#25645, #25440) | |
| use case. See also the PROXY_TO_PTHREAD and ENVIRONMENT=worker | |
| options, which might be useful replacements. (#25645, #25440) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe.. but they really are not direct replacements since you would need to do your own event proxying. Obviously we can keep adding more details to this changelog entry but really I think the github issues is the right place to go into more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair enough.
This is pretty large, and complex feature that (as far as we can tell) had no users. See #25440 for more detail on the deprecation planning.
Fixes: #25440